Back panel

No. | Item | Description |
---|---|---|
R1 | Antenna Port | Port for optional antenna. |
R2 | Reset Button | Press to perform a reset |
R3 | DC-Jack | Power supply |
R4 | Power Button | Press to power on/off the system |
R5 | LOM Port | 1x RJ45 LOM BMC port (Out of Band Management (optional) |
R6 | Console Port | 1x Gbe RJ45 console port |
R7 | USB Ports | 2x Type A USB 2.0 ports |
R8 | SFP Ports | 2x 1G SFP ports - Port 1 (eth0, default MGMT port. See Configuration TIps below) - Port 2 (eth1) |
R9 | GbE Ports | 6x GbE RJ45 ports - Port 3 (eth2) - Port 4 (eth3, can be configured as MGMT port. See Configuration TIps below) - Port 5 (eth4) - Port 6 (eth5) - Port 7 (eth6, Bridge) - Port 8 (eth7, Bridge) |
Configuration Tips
Port 1, eth0 (fiber or copper SFP port) is the default MGMT port; however, you can configure instead the second RJ45 port (Port 4, eth3) as the MGMT port by entering a command line option similar to the following:
interface-config -i eth3 -s -r 10.8.100.115 -m 255.255.255.0 -g 10.8.100.1 -d 10.4.155.19
where,
-i is configure interface
-s is configure static (non-DHCP)
-r is configure IP address,
-m is configure static netmask,
-g is configure static gateway address,
-d is configure static DNS servers (comma separated)
-i is configure interface
-s is configure static (non-DHCP)
-r is configure IP address,
-m is configure static netmask,
-g is configure static gateway address,
-d is configure static DNS servers (comma separated)